IDiffstore<TKey, TValue>

Interface

Namespace: Diffstore

Declared in: Diffstore


Defines all supported operations.

Members

Property

  • Keys
  • Entities
  • OnSave
  • OnDelete
  • Indexer

  • Entity<TKey, TValue>[TKey]
  • Method

  • Delete(Entity<TKey, TValue>)
  • Delete(TKey)
  • Exists(TKey)
  • Get(TKey)
  • GetFirst(TKey)
  • GetFirstTime(TKey)
  • GetLast(TKey)
  • GetLastTime(TKey)
  • GetSnapshots(TKey, int, int)
  • GetSnapshots(TKey)
  • GetSnapshotsBetween(TKey, long, long)
  • PutSnapshot(Entity<TKey, TValue>, long)
  • Save(Entity<TKey, TValue>, bool)
  • Save(TKey, TValue, bool)

  • Back to index